home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / pbmpl91d.zip / PBMPLUS / MAN / PPMTOUIL.MAN < prev    next >
Text File  |  1993-01-08  |  2KB  |  67 lines

  1.  
  2.  
  3. ppmtouil(1)                Unix Programmer's Manual                ppmtouil(1)
  4.  
  5.  
  6. NAME
  7.      ppmtouil - convert a portable pixmap into a Motif UIL icon file
  8.  
  9. SYNOPSIS
  10.      ppmtouil [-name uilname] [ppmfile]
  11.                      -------   -------
  12.  
  13. DESCRIPTION
  14.      Reads a portable pixmap as input.  Produces a  Motif  UIL  icon  file  as
  15.      output.
  16.  
  17.      If the program was compiled with an rgb database  specified,  and  a  RGB
  18.      value  from the ppm input matches a RGB value from the database, then the
  19.      corresponding color name mnemonic is printed in the UIL's  colormap.   If
  20.      no  rgb  database was compiled in, or if the RGB values don't match, then
  21.      the color  will  be  printed  with  the  #RGB,  #RRGGBB,  #RRRGGGBBB,  or
  22.      #RRRRGGGGBBBB hexadecimal format.
  23.  
  24. OPTIONS
  25.  
  26.      -name
  27.           Allows you to specify the prefix string  which  is  printed  in  the
  28.           resulting  UIL  output.   If  not  specified,  will  default  to the
  29.           filename (without extension) of the ppmfile argument.  If  -name  is
  30.           not  specified  and  no ppmfile is specified (i.e. piped input), the
  31.           prefix string will default to the string "noname".
  32.  
  33.      All flags can be abbreviated to their shortest unique prefix.
  34.  
  35. SEE ALSO
  36.      ppm(5)
  37.  
  38. AUTHOR
  39.      Converted by Jef Poskanzer from ppmtoxpm.c, which is Copyright  (C)  1990
  40.      by Mark W. Snitily
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.                                31 August 1990                                1
  66.  
  67.